object frmWelcome: TfrmWelcome Left = 235 Top = 212 Width = 708 Height = 469 Caption = 'frmWelcome' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object pnMain: TPanel Left = 0 Top = 0 Width = 700 Height = 437 Align = alClient BevelOuter = bvNone Caption = 'pnMain' TabOrder = 0 object pnBackGround: TAxBackgroundPanel Left = 0 Top = 0 Width = 700 Height = 437 Color = clWhite Align = alClient ParentColor = False TabOrder = 0 DesignSize = ( 700 437) object lblSubtitle: TLabel Left = 40 Top = 64 Width = 620 Height = 41 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'This program will check places that need attention and perform t' + 'he maintenance automatically. You can select which items need to' + ' be checked from the list below.' WordWrap = True end object lblTitle: TAxSmoothLabel Left = 40 Top = 24 Width = 521 Height = 25 Quality = smMMXSmoothing4x AutoSize = False Caption = 'Welcome to One Button Checkup' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ParentFont = False end object Shape1: TShape Left = 40 Top = 119 Width = 620 Height = 1 Anchors = [akLeft, akTop, akRight] Pen.Color = 7036718 end object lvTests: TListView Left = 40 Top = 120 Width = 620 Height = 313 Anchors = [akLeft, akTop, akRight, akBottom] BorderStyle = bsNone Columns = < item Caption = 'Check up sections' Width = 580 end> ColumnClick = False ReadOnly = True RowSelect = True PopupMenu = pmSelect SmallImages = ilFake TabOrder = 0 ViewStyle = vsReport OnAdvancedCustomDrawItem = lvTestsAdvancedCustomDrawItem OnMouseDown = lvTestsMouseDown end end end object ilFake: TImageList Height = 51 Left = 408 Top = 8 end object alWelcome: TActionList Left = 600 Top = 8 object acSelectAll: TAction Category = 'Selection' Caption = 'Select All' OnExecute = acSelectAllExecute end object acUnselectAll: TAction Category = 'Selection' Caption = 'Unselect All' OnExecute = acUnselectAllExecute end object acInvert: TAction Category = 'Selection' Caption = 'Invert Selection' OnExecute = acInvertExecute end end object pmSelect: TPopupMenu OnPopup = pmSelectPopup Left = 560 Top = 8 object SelectAll1: TMenuItem Action = acSelectAll end object UnselectAll1: TMenuItem Action = acUnselectAll end object InvertSelection1: TMenuItem Action = acInvert end end end